home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / irit40e1.zip / OS2DRVS.CFG < prev    next >
Text File  |  1994-01-04  |  2KB  |  54 lines

  1.  
  2. ;The viewing mode to begin with:
  3. ; 1. Perspective View
  4. ; 2. Orthographic view
  5. ViewMode    2
  6.  
  7. ;The transformation to begin with should be in:
  8. ; 1. Screen axes coordinate system
  9. ; 2. Object axes coordinate system
  10. TransMode    1
  11.  
  12. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  13. ;Internal    TRUE
  14.  
  15. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  16. ;normal attribute ([NORMAL X Y Z]).
  17. DrawVNormal    FALSE
  18.  
  19. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  20. ;plane attribute ([PLANE A B C D]).
  21. DrawPNormal    FALSE
  22.  
  23. ;Vertices normal length. This number is divided by 1000 to form object space
  24. ;normal size scaler.
  25. NormalLength    100
  26.  
  27. ;Number of isolines per surface. Should be at list 2.
  28. NumOfIsolines    10
  29.  
  30. ;LOG2 of the number of samples (equally spaced in parametric space) per
  31. ;curve. should be between 1 (2^1 = 2 samples) and 10 (2^10 = 1024 samples).
  32. SamplesPerCurve    6
  33.  
  34. ;Sets default log based 2 of FineNess for subdivision
  35. ;of surfaces into polygons.
  36. FineNess    5
  37.  
  38. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  39. ; (depth) as dotted lines
  40. DepthCue    TRUE
  41.  
  42. ;If TRUE four polygons are formed from each bilinear
  43. ;in the solid rendering option. Otherwise two polygons.
  44. FourPerFlat    FALSE
  45.  
  46. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  47. ;well as the surfaces/curves themselves.
  48. DrawSurfaceMesh    FALSE
  49.  
  50. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  51. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  52. ;subdivision in this case.
  53. DrawSurfacePoly FALSE
  54.